EvtHandler::Control

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:09:27 1991
Index Return to Main Contents
 

NAME

EvtHandler::Control - instance method  

TEMPLATE

void Control(int id, int part, void * value)  

SPECIFIERS

public virtual  

DESCRIPTION

Control is called on events generated by VObjects or other EvtHandlers (e.g., when a button is selected; see also method Button::DoOnItem). Control is often overridden by subclasses of the class Dialog in order to "control", i.e. react to the selection of a dialog item (e.g. the method FindDialog::Control). The default implementation passes the events to the next handler.
Compare this with the method SendDown and the method Object::Send. Method is often overridden.  

ARGUMENTS

int id

the id of a certain object or event
int part

a code that describes the event more detailed
void * value

an optional argument whose exact type must be determined by the values of id
and part
 

RETURN ARGUMENT

void

 

CATEGORIES

event handling, overrider interface

 

FIRST DEFINITION

class EvtHandler  

FILES

implementation:
EvtHandler.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:27 GMT, March 30, 2022